'Declaration Public Overloads Function SendRawFTP( _ ByVal command As System.String, _ ByVal files As System.Collections.Generic.List(Of String), _ ByVal response As System.Integer _ ) As System.Collections.Generic.List(Of String)
'Usage Dim instance As FTP Dim command As System.String Dim files As System.Collections.Generic.List(Of String) Dim response As System.Integer Dim value As System.Collections.Generic.List(Of String) value = instance.SendRawFTP(command, files, response)
public System.Collections.Generic.List<string> SendRawFTP( System.string command, System.Collections.Generic.List<string> files, System.int response )
public function SendRawFTP( command: System.String; files: System.Collections.Generic.List; response: System.Integer ): System.Collections.Generic.List;
public function SendRawFTP( command : System.String, files : System.Collections.Generic.List, response : System.int ) : System.Collections.Generic.List;
Parameters
- command
- files
- response